projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2668a6
)
(struct _popserver): New field trash_started.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 1996 19:08:48 +0000
(19:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 1996 19:08:48 +0000
(19:08 +0000)
lib-src/pop.h
patch
|
blob
|
history
diff --git
a/lib-src/pop.h
b/lib-src/pop.h
index 51ff95b47d2115532b192987d13b99f434f26b57..9121425661a14da7ddfb3714785fb80cd97e74cb 100644
(file)
--- a/
lib-src/pop.h
+++ b/
lib-src/pop.h
@@
-35,6
+35,7
@@
struct _popserver
char *buffer;
int buffer_size, buffer_index;
int in_multi;
+ int trash_started;
};
typedef struct _popserver *popserver;